home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / security / netlog-1.02 / extract / timesub.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-20  |  413 b   |  20 lines

  1. /*
  2.      extract - A network log processor
  3.      Copyright (C) 1993 Douglas Lee Schales, David K. Hess, David R. Safford
  4.  
  5.      Please see the file `COPYING' for the complete copyright notice.
  6.  
  7. timesub.h - 03/20/93
  8.  
  9. */
  10. #ifndef __TIMESUB_H__
  11. #define __TIMESUB_H__
  12.  
  13. extern int getyear(void);
  14. extern unsigned long makedate(int, int, int);
  15. extern unsigned long today(void);
  16. extern int validmday(int, int, int);
  17.  
  18. #endif
  19.  
  20.